home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2001 January
/
PC-WELT 01-2001.ISO
/
software
/
linux
/
netscap6
/
xpi
/
jre.xpi
/
symlink.sh
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2000-11-08
|
248 b
|
12 lines
#!/bin/sh
#-------------------------------------------------------
# Hack to allow symlinking (required for Sun's JRE) in
# a zippy.
#
# usage: symlink.sh <srcfile> <newlink>
#
#-------------------------------------------------------
ln -s $1 $2